func runtime.getcallerfp

4 uses

	runtime (current package)
		proc.go#L4551: 	fp := getcallerfp()
		proc.go#L4619: 	bp := getcallerfp()
		proc.go#L4650: 	save(sys.GetCallerPC(), sys.GetCallerSP(), getcallerfp())
		runtime2.go#L1303: func getcallerfp() uintptr {